projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0f06ac
)
(Foverlays_at): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 19 Sep 2007 13:20:51 +0000
(13:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 19 Sep 2007 13:20:51 +0000
(13:20 +0000)
src/ChangeLog
patch
|
blob
|
history
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 8bc8f1a90560f7b7b598d24e4093509a489c579f..7ea511551f091f8c48fae0be3e31ebd8e3b2f644 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2007-09-19 Richard Stallman <rms@gnu.org>
+
+ * buffer.c (Foverlays_at): Doc fix.
+
2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
* fns.c (Fplist_put): Preserve uneven tail data.
diff --git
a/src/buffer.c
b/src/buffer.c
index 554ca145b79507070c5d354ca2134233e334ab57..39a0ce1dab0c7962f4abb7130a46976f4756b952 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-3937,7
+3937,7
@@
OVERLAY. */)
\f
DEFUN ("overlays-at", Foverlays_at, Soverlays_at, 1, 1, 0,
- doc: /* Return a list of the overlays that contain
position
POS. */)
+ doc: /* Return a list of the overlays that contain
the character at
POS. */)
(pos)
Lisp_Object pos;
{